'Declaration
Public Overloads Sub AddEmbeddedImageAnnotInteractive( _ ByVal ImageID As Integer, _ ByVal Stroke As Boolean, _ ByVal BorderColor As Integer, _ ByVal BorderWidth As Single, _ ByVal Opacity As Single _ )
public void AddEmbeddedImageAnnotInteractive( int ImageID, bool Stroke, int BorderColor, float BorderWidth, float Opacity )
public procedure AddEmbeddedImageAnnotInteractive( ImageID: Integer; Stroke: Boolean; BorderColor: Integer; BorderWidth: Single; Opacity: Single );
public function AddEmbeddedImageAnnotInteractive( ImageID : int, Stroke : boolean, BorderColor : int, BorderWidth : float, Opacity : float );
public: void AddEmbeddedImageAnnotInteractive( int ImageID, bool Stroke, int BorderColor, float BorderWidth, float Opacity )
public: void AddEmbeddedImageAnnotInteractive( int ImageID, bool Stroke, int BorderColor, float BorderWidth, float Opacity )
Parameters
- ImageID
- Stroke
- BorderColor
- BorderWidth
- Opacity